Fix bug in list_file_walk when cwd != path
authorMatt Brubeck <mbrubeck@limpet.net>
Thu, 11 Sep 2014 19:00:11 +0000 (12:00 -0700)
committerMatt Brubeck <mbrubeck@limpet.net>
Fri, 12 Sep 2014 17:21:38 +0000 (10:21 -0700)
commit6dc57ee23e043502c2476538554de7c003af99c5
tree145348314072bf834479bda88ddc28f69ce6e17a
parentf840823e39bd864688cdf53e61f4ab6cfc74c882
Fix bug in list_file_walk when cwd != path

Previously this was calling .is_file() on a relative path.  This would fail if
the path was not relative to the current working directory, for example when
fingerprinting a path dependency.
src/cargo/sources/path.rs